From ad26705e700c9ba62b180156645bfa1d72a7c77b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Dec 2005 05:07:53 +0000 Subject: [PATCH] Documentation fixes. (#324815, Ross Burton) 2005-12-25 Matthias Clasen * gtk/gtkwindow.c: Documentation fixes. (#324815, Ross Burton) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkwindow.c | 13 ++++++------- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f50a32087..e54411bfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-12-25 Matthias Clasen + * gtk/gtkwindow.c: Documentation fixes. (#324815, + Ross Burton) + * configure.in: Require GLib 2.9.2 2005-12-24 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5f50a32087..e54411bfbf 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-12-25 Matthias Clasen + * gtk/gtkwindow.c: Documentation fixes. (#324815, + Ross Burton) + * configure.in: Require GLib 2.9.2 2005-12-24 Matthias Clasen diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index ee6877f26b..4fbcab3df9 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -6128,7 +6128,7 @@ gtk_window_set_frame_dimensions (GtkWindow *window, * where the user can see it. * * If you are calling this function in response to a user interaction, - * it is preferable to use gdk_window_present_with_time(). + * it is preferable to use gtk_window_present_with_time(). * **/ void @@ -7693,12 +7693,11 @@ _gtk_window_set_has_toplevel_focus (GtkWindow *window, * gtk_window_set_auto_startup_notification: * @setting: %TRUE to automatically do startup notification * - * By default, after showing the first #GtkWindow for each #GdkScreen, - * GTK+ calls gdk_screen_notify_startup_complete(). Call this - * function to disable the automatic startup notification. You might - * do this if your first window is a splash screen, and you want to - * delay notification until after your real main window has been - * shown, for example. + * By default, after showing the first #GtkWindow, GTK+ calls + * gdk_notify_startup_complete(). Call this function to disable + * the automatic startup notification. You might do this if your + * first window is a splash screen, and you want to delay notification + * until after your real main window has been shown, for example. * * In that example, you would disable startup notification * temporarily, show your splash screen, then re-enable it so that -- 2.30.2